home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :MainMenu
- menu
- if errorlevel 3 goto ViewManual
- if errorlevel 2 goto Install
- if errorlevel 1 goto Exit
- :ViewManual
- cd doxview
- dox dragons.dox
- cd ..
- goto MainMenu
- :Install
- install
- goto Exit2
- :Exit
- @cls
- :Exit2
-
-